GET
/
public
/
v1
/
toppie
/
account
/
topups
curl --request GET \
  --url https://api.topsort.com/public/v1/toppie/account/topups
{
  "hasMore": true,
  "nextPage": "SSBzb2xlbW5seSBzd2VhciB0aGF0IEkgYW0gdXAgdG8gbm8gZ29vZAo=",
  "topups": [
    {
      "amount": 123,
      "date": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "id": 123
    }
  ]
}

Query Parameters

start_date
string
required

The start date for which reports will be generated.

end_date
string
required

The end date for which reports will be generated.

limit
integer
default:100

The pagination limit.

Required range: 0 <= x <= 365

Response

200
application/json

Successful Response

The response is of type object.